@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Muli);

body{ font-family: 'Muli', sans-serif;}

p{
	line-height: 2em;
	font-size:22px;
	font-family:'Muli', sans-serif;
	

}
#infocontacto{
	float:right;
}

#top{
	background-color:rgba(255,255,255,1.00);	
}

#top1{
	margin:0px;
	padding:0px;
	background-image:url(../media/casacentinela_bg.jpg);
	height: 500px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
}


#top2{
	margin:0px;
	padding:0px;
	background-image: url(../media/arandas2.jpg);
	height: 500px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
}





#contenedor{
	
}

#datos {
    margin: 0 auto;
	height:100%;
	width:80%;
    margin-bottom: 50px;
	}
input,select,textarea {
    font-family:font-family: 'Muli', sans-serif;
}

#reserva {
 background-image: url(../media/fachada.jpg);
    background-position: center;
    background-repeat:no-repeat;
    height: 600px;
    text-decoration: none;
}

	
 a {
text-decoration:none;
}
#datos2 {
	height:100%;
	width:100%;
	}
	
	
#footer{
    width: 100%;
	padding-top:20px;
	background-color:rgba(223,255,243,1.00);
	
}


#margen2{
	height: 25px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#datos_hab {
	background-image:url(../habitaciones/bg.jpg);
	height:400px;
	filter: blur(6px);
	background-position:center center;
	
	
}

#slideraradnas {
	width:100%;	
	font-size:50px;
	font-family:"Muli";
	color:#000;
}


#templo {
    background-image:url(../media/templosj.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    background-attachment: fixed;
}


/*---------------------------------Arandas--------------------------*/

#sd1 {
	background-image: url(../media/arandas3.jpg);
	background-color: #e6f9ff;
	height: 500px;
	width: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	
}

#sd2 {
	background-image:url(../media/324883059.jpg);
	background-color: #e6f9ff;
	height: 500px;
	width: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}


#sd3 {
	background-image:url(../media/camp.jpg);
	background-color: #e6f9ff;
	height: 500px;
	width: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

#sd4 {
	background-image:url(../media/tequila.jpg);
	background-color: #FFF;
	height: 500px;
	width: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}









@media only screen and (max-width: 720px) {
	#datos{
	height:100%;
	width:100%;
	}
	
	#info{
	top:200px;
	height:250px;
	width:100%;
	float:left;
	margin-top:60%;
	}
	
	#show{
		display:none;
	}
}


